ServiceSyncFolders Method (StandardFolder, FolderShape) |
Synchronizes the subfolders of a specific folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic SyncFoldersResponse SyncFolders(
StandardFolder standardFolder,
FolderShape folderShape
)
Public Function SyncFolders (
standardFolder As StandardFolder,
folderShape As FolderShape
) As SyncFoldersResponse
Parameters
- standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The StandardFolder that contains the folders to synchronize with. - folderShape
- Type: Independentsoft.ExchangeFolderShape
The collection of properties to retrieve for synchronized folders.
Return Value
Type:
SyncFoldersResponseA list of changes that occurred in the specified folder.
See Also